home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0893 / DISK0893.ZIP / DIAGNOSE.DOC < prev    next >
Text File  |  1988-01-15  |  2KB  |  56 lines

  1.                                RS232 TEST
  2.  
  3.  
  4.         This program will test various RS232 hardware functions.  If it runs OK 
  5. then The Weak Link and The $25 Network should run on the hardware.  
  6.  
  7.   1) hook up the cable between machines
  8.   2) run  TMT.COM on one machine
  9.   3) run  RCV.COM on the other machine
  10.   4) the screen will display all errors
  11.  
  12. RCV runs continuosly until any key is pressed.  It prints "z" characters while 
  13. the other machine is dormant. TMT runs once and then exits to DOS.  Both 
  14. programs assume you are using COM1 to communicate. If not then enter the COM 
  15. number on the command line when you run the program: 
  16.  
  17.  
  18.         A>TMT COM1
  19.  
  20.         or
  21.  
  22.         A>RCV COM2
  23.  
  24.         or
  25.  
  26.         A>TMT 3
  27.  
  28.  
  29.         The TMT program initiates the test.  The 1st test is to make sure the 
  30. COM number you specify is really installed.  Then each RS232 card that is 
  31. installed is printed out along with its hardware port address.  The total 
  32. number of ports is then printed. (To find out what ports are on a machine, run 
  33. RCV.)  The 2nd test is of the data channel.  If this test fails then the cable 
  34. may be bad, or it may not be a null modem cable, or it may be hooked up to the 
  35. wrong port.  MAKE SURE YOU DO NOT HAVE TWO CARDS INSTALLED AT THE SAME PORT 
  36. ADDRESS. Unfoutunately a program cannot test for this possibility.  But with 
  37. the proliferation of Multi I/O cards it is a common mistake to put two 
  38. different cards in a computer with the same RS232 port address. If your 
  39. computer has more RS232 connectors than the number of ports RCV shows you have 
  40. installed then it is possible you have 2 ports at one address.  
  41.  
  42.         After the data line test is the DSR-DTR line test.  If this test fails 
  43. then the cable you have is probably missing these two lines or they are not 
  44. crossed between the machines.  
  45.  
  46.         The last test is a string transfer from RCV to TMT.   The test string 
  47. will be printed to the TMT screen.  If this message appears then the test is 
  48. good and "CHECK OK" will be printed to both screens.  If you encounter errors 
  49. which you cannot decipher or fix then please call.  
  50.  
  51.                                         Don Jindra, Owner
  52.                                         Information Modes
  53.                                         P.O. Drawer F
  54.                                         Denton, Texas  76202
  55.                                         Ph. 817-387-3339
  56.